Welcome![Sign In][Sign Up]
Location:
Search - opengl library

Search list

[OpenGL programthreedmesh

Description: 为了实现图像处理的需要,实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。 本代码在Windows2000下编译通过。-image processing in order to achieve the necessary two-dimensional realization of the three-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documents OGL_MFCView.cpp achieve. OpenGL library initialization of the documents, the OnCreate, InitScene DrawScene function and the realization of the main initialization OpenGL runtime environment variables, 3D objects light, material, and as such introd
Platform: | Size: 105860 | Author: 周立 | Hits:

[OpenGL programOpenearth

Description: 用OpenGL实现展开地球的三维动画 打包说明:打包软件为winzip,其中paper.zip为正文压缩文件,解压后 为word2000环境下的正文文件paper.doc,program.zip为源程序压缩文件,解压后为VC++6.0环境下的工程文件OpenEarth.dsp等系列程序...及作为纹理使用的位图文件Wordmp.bmp 程序使用说明 解压program.zip为源程序压缩文件,将opengl32.lib glu32.lib glaux.lib等库文件拷贝到...\\VC98\\Lib\\目录下。 1.用VC6.0启动Openearth.dsw, 2.按下述步骤添加OpenGL库:从[Project]菜单中选择[Settings...]选项,将弹出Project Settings对话框。在该对话框中选择Link标签,在“Object/Libray Module”编辑框中加入“opengl32.lib glu32.lib glaux.lib”,单击OK按钮。 3. 用菜单Build\\!Execute Openearth.exe项建立并运行Openearth.exe文件 4. 观看效果,由于程序使用GetCurrentTime函数,动画可能从中间开始展开,全部展开后,又从头从球形开始展开。 直接运行Openearth.exe。-start using OpenGL 3D animation Earth packaged Note : packaged software winzip. which paper.zip compression for text documents, unpacked word2000 environment for the body of documents paper.doc, program.zip source of compressed files, unpacked VC 6.0 environment for the engineering documents OpenEarth.dsp series of procedures ... and for Texture for the use of bitmap file Wordmp.bmp use procedures for extracting program.zip source compressed files, will opengl32.lib glu32.lib glaux.lib other library copy of the document .. . \\ VC98 \\ Lib \\ directory. 1. Start with VC6.0 Openearth.dsw. 2. the following steps to add OpenGL library : from [Project] menu, choose [Settings ...] options will Project Settings dialog pop. In the dialog box choose Link label, in "Object / Libray Module" e
Platform: | Size: 174322 | Author: 倪明 | Hits:

[OpenGL programwatermoni

Description: 基于混合函数的水波模拟和动态显示技术研究.相关技术:OpenGL类库,分形,Mesh等。-based on the wave function of mixed analog and dynamic display technology research. Technology : OpenGL library, fractal, such as Mesh.
Platform: | Size: 275964 | Author: 吴家道 | Hits:

[OpenGL programrzxz

Description: 绕任意轴旋的VC源码(OpenGl库)。学习交流。-arbitrary axis rotation around the VC-source (OpenGl library). Learning exchanges.
Platform: | Size: 1008031 | Author: dyddong | Hits:

[OpenGL programcsgl.1.4.1.dll

Description: 基于c#的opengl库.包括csgl.dll,包括csgl.native.d-based on the c # opengl library. Including csgl.dll. including csgl.native.d
Platform: | Size: 361357 | Author: 秦风 | Hits:

[OpenGL programUsingOpenGLinVisualC++

Description: use opengl library in visual c++ coding-use opengl library in visual c coding
Platform: | Size: 58477 | Author: steven | Hits:

[OpenGL programBeginningOpenGLgameprogramming

Description: 英文原名:Beginning OpenGL game programming 中文:OpenGL游戏编程 本书分为两部分,首先是OpenGL的基础知识,内容包括OpenGL库函数、WGL简介、图元处理、变换和矩阵、颜色和灯光的渲染以及纹理映射 第二部分内容包括一些OpenGL的高级功能特性,内容涉及OpenGL的功能扩展、高级纹理映射,如何提高性能以及OpenG缓冲区的知识。-English version : Beginning OpenGL game programming Chinese : OpenGL game programming book is divided into two parts, the first is the basic knowledge of OpenGL, including OpenGL library functions, WGL brief, graphic processing, and transform matrix, Color and lighting and texture mapping exaggerate the second part of the contents, including some senior OpenGL function, concerning the expansion of the functions of OpenGL, the High texture mapping, how to improve the performance and OpenG buffer knowledge.
Platform: | Size: 21433683 | Author: 钱锋 | Hits:

[OpenGL programGlauxGood

Description: OpenGL对Delphi的包含库,比较全面,是用Delphi来编写OpenGL程序的必备库。-OpenGL right Delphi include the more comprehensive, Delphi is used to prepare the necessary procedures OpenGL library.
Platform: | Size: 359714 | Author: vastyellow | Hits:

[OpenGL programOpenGL编程初步

Description: OpenGL介绍  由SGI公司的GL发展而来的一个工业标准图形库。  OpenGL由图形库GL(Graphics Library)和应用图形库GLU(Graphics Library Utilities)两个库组成-OpenGL # 61548 introduced by SGI's GL from the development of an industry-standard graphics library. # 61548 by the OpenGL graphics library GL (Graphics Library) and the application of graphics library GLU (Graphics Library Utilities) 2 component library
Platform: | Size: 15165 | Author: 楚陶 | Hits:

[OpenGL programOpenGL程序

Description: 992年7月,SGI公司首次发布了作为三维图形编程接口的OpenGL。目前它已成为国际上通用的开放式三维图形标准。它被集成到Unix、Windows NT 4.0、Windows 98等窗口系统中。各种游戏加速卡、专用加速部件都能不同程度地提高OpenGL程序的运行性能。OpenGL是一个图形硬件的软件接口(\"GL\"即Graphics Library)。图形程序员可以利用它提供的接口函数设计高品质的三维彩色图像所需的对象和操作。-992, in July, SGI has announced the first as three-dimensional graphics programming interface OpenGL. Currently, it has become common on the open 3D graphics standard. It was integrated into the Unix, Windows NT 4.0, Windows 98, such as window systems. Games Accelerator, dedicated components can speed up the different levels to improve the functioning of OpenGL performance. OpenGL graphics hardware is a software interface ( "GL" that the Graphics Library). Graphics programmer can use it for the interface design function of high-quality three-dimensional color images of objects and operations.
Platform: | Size: 48361 | Author: 和平鸽 | Hits:

[OpenGL programVC结合OpenGL绘制效果图

Description: 利用visual c++开发OpenGL绘制三维效果图在此利用OpenGl辅助库函数绘制球体并添加鼠标操作旋转球体以及背景物体等等的颜色改变处-use visual development OpenGL 3D map drawn in the use of library functions OpenGl assisted mapping ball and add mouse operation rotating spherical object and the background color changes etc. Department
Platform: | Size: 55323 | Author: 张三 | Hits:

[OpenGL programC__DocumentsandSettings_cq_桌面_VC

Description: 二维图像的三维显示 详细信息 < OpenGL > 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。本代码在Windows2000下编译通过。 -two-dimensional images of three-dimensional display detailed information <OpenGL> Image Processing himself to the needs and would like to achieve th ree-dimensional two-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documents OGL_MFCView.cpp achieve. OpenGL library initialization of the documents, the OnCreate, InitScene DrawScene function and the realization of the main initializatio
Platform: | Size: 106591 | Author: 李茜 | Hits:

[OpenGL programthreedbmp

Description: 在MFC中调用OpenGL库函数来实现二维图像的三维显示-OpenGL in MFC library function call to achieve the two-dimensional images of three-dimensional display
Platform: | Size: 105472 | Author: | Hits:

[OpenGL programVGL-1.0.0

Description: This a 3D Graphics Library for game dev. (Use OpenGL)
Platform: | Size: 395264 | Author: 骨董 | Hits:

[OpenGL programGLee-3.03-src

Description: OpenGL easy extention library with source
Platform: | Size: 109568 | Author: sunshine | Hits:

[GIS program基于MAPGIS平台的中国地学断面数字化图形库的建立

Description: 基于MAPGIS平台的中国地学断面数字化图形库的建立(caj 格式)-MAPGIS China to study digital graphics section of the library building (CAJ format)
Platform: | Size: 31744 | Author: lym | Hits:

[OpenGL programGraphicSrc

Description: 我的opengl的开发心得。我使用开放性图形库写的第一个程序,和我对开发的总结-my opengl development experience. I use open graphics library was the first procedure, and I would like to sum up the development of
Platform: | Size: 115712 | Author: pmz | Hits:

[OpenGL programSuperOpengl

Description: 这是OPENGL超级宝典一书的随书光盘,里面涵盖了大部分基于MFC下OPENGL函数库操作的例子,是精通OPENGL编程大好帮手-This is a treasury of a Super OpenGL the CD with the book, they cover most of OpenGL-based MFC library operation example, is well versed in OpenGL programming excellent helper
Platform: | Size: 11348992 | Author: 李志垣 | Hits:

[OpenGL programOpenGL程序

Description: 992年7月,SGI公司首次发布了作为三维图形编程接口的OpenGL。目前它已成为国际上通用的开放式三维图形标准。它被集成到Unix、Windows NT 4.0、Windows 98等窗口系统中。各种游戏加速卡、专用加速部件都能不同程度地提高OpenGL程序的运行性能。OpenGL是一个图形硬件的软件接口("GL"即Graphics Library)。图形程序员可以利用它提供的接口函数设计高品质的三维彩色图像所需的对象和操作。-992, in July, SGI has announced the first as three-dimensional graphics programming interface OpenGL. Currently, it has become common on the open 3D graphics standard. It was integrated into the Unix, Windows NT 4.0, Windows 98, such as window systems. Games Accelerator, dedicated components can speed up the different levels to improve the functioning of OpenGL performance. OpenGL graphics hardware is a software interface ( "GL" that the Graphics Library). Graphics programmer can use it for the interface design function of high-quality three-dimensional color images of objects and operations.
Platform: | Size: 48128 | Author: 和平鸽 | Hits:

[Education soft system图书馆借书证制作程序

Description: 图书馆借书证制作程序,对学校及其他图书馆都有一定的实用价值-library card production process, the schools and other libraries have some practical value
Platform: | Size: 631808 | Author: 韦伯 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 46 »

CodeBus www.codebus.net